C++ Programming Language
epub |eng | 2020-02-09 | Author:McKinnon, Julian James [McKinnon, Julian James]
Breaking Down the Importance of Loops and Arrays Now that we have had a chance to go through and learn a bit more about the arrays and the loops, what ...
( Category:
C++ Programming Language
April 3,2020 )
epub |eng | 2010-03-14 | Author:Jeremy Siek & Lie-Quan Lee & Andrew Lumsdaine
u = vertex(0, digraph); v = vertex(1, digraph); add_edge(u, v, Weight(1.2), digraph); add_edge(v, u, Weight(2.4), digraph); tie(e1, found) = edge(u, v, digraph); tie(e2, found) = edge(v, u, digraph); std::cout << ...
( Category:
C++
March 28,2020 )
epub |eng | 2014-10-15 | Author:Mike Barela
Figure 5-36. The meter face for the hours display Figure 5-37. The meter face for the minutes display When designing and printing the meter faces, you can take precise measurements ...
( Category:
Robotics & Automation
March 23,2020 )
epub |eng | 2018-11-30 | Author:David Millán Escrivá [David Millán Escrivá]
In Chapter 5, Automated Optical Inspection, Object Segmentation, and Detection, we pre-processed the input images and extracted the regions of interest, isolating each object using different techniques. Now, we are ...
( Category:
Computer Vision & Pattern Recognition
March 20,2020 )
epub, mobi |eng | 2019-03-22 | Author:David Millán Escrivá
( Category:
Computer Vision & Pattern Recognition
March 16,2020 )
epub |eng | 2002-10-28 | Author:Stephen D. Huston & Douglas C. Schmidt [Stephen D. Huston]
( Category:
Networks
March 14,2020 )
epub, pdf |eng | 2018-03-13 | Author:Bjarne Stroustrup
9.5 Advice [1] Use std::string to own character sequences; §9.2; [CG: SL.str.1]. [2] Prefer string operations to C-style string functions; §9.1. [3] Use string to declare variables and members rather ...
( Category:
C++ Programming Language
March 14,2020 )
epub, mobi |eng | 2019-09-27 | Author:Jaegeun Han
Scalable Multi-GPU Programming So far, we have concentrated on getting optimal performance on a single GPU. Dense nodes with multiple GPUs have become a pressing need for upcoming supercomputers, especially ...
( Category:
C++
March 10,2020 )
epub |eng | 2015-04-27 | Author:Arkady Miasnikov [Miasnikov, Arkady]
if ((semaphoreRes == pdTRUE) && !fifo.isEmpty()) { res = fifo.remove(msg); } return res; } In the example application an interrupt (a producer) reads data from the UART devices, and sends ...
( Category:
Embedded Systems
March 3,2020 )
epub |eng | 2018-09-25 | Author:Mike Rourke
Using source maps Emscripten has the ability to generate source maps by passing some additional flags to the compiler. Source maps allow your browser to map the source of a ...
( Category:
Assembly Language Programming
March 3,2020 )
epub |eng | 2014-09-25 | Author:Tatyana Sopronyuk [Sopronyuk, Tatyana]
Created the copy of the object N6 Deleting object N6 Copy 1 number of objects 7 Deleting object N6 Copy 1 number of objects 6 Object N2 Copy 0 Elements: ...
( Category:
Object-Oriented Design
March 1,2020 )
epub |eng | 2014-10-24 | Author:Boris Schäling [Schäling, Boris]
boost::chrono::thread_clock returns the time used by a thread. The time measured by boost::chrono::thread_clock is comparable to CPU time, except it is per thread, rather than per process. boost::chrono::thread_clock returns the ...
( Category:
Software Development
March 1,2020 )
epub |eng | | Author:Laganiere, Robert
Clearly, the noisy pixels shifted the mean value of neighboring pixels. As a result, the noise is still visible even if it has been blurred by the mean filter. The ...
( Category:
Networks
February 27,2020 )
epub |eng | 2019-01-31 | Author:Denis Kolodin
Handling requests The Rouille framework contains a router! macro that helps you declare a handler for every path and HTTP method. If we add a handler function that is called ...
( Category:
C++ Programming Language
February 27,2020 )
epub |eng | 2018-02-26 | Author:V. Scott Gordon [V. Scott Gordon & John Clevenger]
(Program 7.1, continued) The output of Program 7.1 is shown in Figure 7.9. The vertex shader contains our first example of using the struct notation. A GLSL “struct” is like ...
( Category:
Graphics & Multimedia
February 27,2020 )
Categories
Popular ebooks
A Tour of C++ (C++ In-Depth Series) by Stroustrup Bjarne(1546)Hands-On GUI Application Development in Go by Andrew Williams(1545)
Unreal Engine 4 Virtual Reality Projects by Kevin Mack(1452)
Hands-On C++ Game Animation Programming by Gabor Szauer(1290)
Learn WebAssembly by Mike Rourke(1185)
Learn OpenCV 4 by Building Projects by David Millán Escrivá(1139)
Unreal Engine 4 Shaders and Effects Cookbook by Brais Brenlla Ramos(1122)
Hands-On Microservices with Rust by Denis Kolodin(1120)
C++ Concurrency in Action: Practical Multithreading by Anthony Williams(857)
C++ Data Structures and Algorithm Design Principles by John Carey Shreyans Doshi & Payas Rajan(786)
Advanced C++ by Gazihan Alankus Olena Lizina Rakesh Mane Vivek Nagarajan and Brian Price(775)
Beyond the C++ Standard Library: An Introduction to Boost by Björn Karlsson(762)
The C++ Standard Library: A Tutorial and Reference (2nd Edition) by Josuttis Nicolai M(705)
C++ All-In-One Desk Reference For Dummies by John Paul Mueller(653)
Make an Arduino-Controlled Robot by Michael Margolis(625)
C++ Crash Course by Josh Lospinoso(555)
Learning DCOM by Thai Thuan(531)
Data Structures and Algorithm Analysis in C (1st Edition) by Mark Allen Weiss(509)
UML 2.0 in a Nutshell by Dan Pilone & Neil Pitman(495)
Atmospheric Monitoring with Arduino by Patrick Di Justo & Emily Gertz(494)
